home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Service / req.sel < prev    next >
Text File  |  2000-05-08  |  555b  |  28 lines

  1. flow down
  2. screen Workbench
  3. defenv xvar auto;"0 frommax"
  4. defenv yvar auto;13
  5. defarg arg1 Ja
  6. defarg arg2 Nein
  7. pattern 0 pattern2.iff 
  8. pattern 4 pattern.iff 
  9.     x [xvar]
  10.     y [yvar]
  11.     
  12.     onexit dumpx xvar dumpy yvar
  13. title "Amiga Future©"
  14. close off
  15. gap 4
  16. ;rows 5
  17. columns 1
  18. startbox
  19. font times 13 ordefault
  20. textcol 2 0
  21. include env:AfutureTXT
  22. endbox
  23. ;startbox
  24. buttoncol 1 4
  25. button "[arg1]" EXEC "Play16 >NIL: sounds/doorbell" EXEC "Echo 1" EXIT
  26. button "[arg2]" EXEC "Play16 >NIL: sounds/doh" EXEC "Echo 0" Exit ;Verhält sich ähnlich Requestchoice
  27. ;endbox
  28.